home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / TUTORIAL.HPJ < prev    next >
Encoding:
Microsoft Help compiler Project  |  1996-02-23  |  4.2 KB  |  134 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for TUTORIAL 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS= value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the TUTORIAL.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT= entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT= entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=C:\ROBOHELP\NEW
  19.  
  20. ; The CONTENTS= tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_CONTENTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24.  
  25. ; The BUILD= setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the = sign in the 
  28. ; BUILD= statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36. WARNING=3
  37.  
  38. ; The Compress option is used by the Help Compiler to make 
  39. ; smaller, faster loading .HLP files.  However, using compression
  40. ; increases Compile times.
  41. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  42.  
  43.  
  44. COMPRESS=FALSE
  45. OLDKEYPHRASE=FALSE
  46. OPTCDROM=FALSE
  47. REPORT=FALSE
  48. ERRORLOG=C:\ROBOHELP\NEW\TUTORIAL.ERR
  49. TITLE=Compatibility Wizard Example 
  50. [BUILDTAGS]
  51. ; The Build Tags section specifies to the Help Compiler the names
  52. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  53. ; section is optional.
  54. WINDOWS
  55.  
  56.  
  57. [CONFIG]
  58. ; The config section allows you to define some macros which will be
  59. ; executed when the help system is first executed.
  60. ;
  61. ; The next line gives you browse buttons:
  62. ;
  63. BrowseButtons()
  64.  
  65. ;
  66. ; To create a glossary button which displays a list of defined terms
  67. ; in a secondary window, remove the semi colon at the start of the next
  68. ; line and do the same with the Glossary window in the [WINDOWS] section
  69. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  70. ;
  71.  
  72.  
  73. [FILES]
  74. ; The files section is where you specify to the Help Compiler which
  75. ; Rich Text Format (.RTF) (your help source) files will be used in the
  76. ; Help system.  RoboHELP generates and maintains the main .RTF 
  77. ; file for your Help System.  If you desire to have multiple .RTF files,
  78. ; simply add the additonal names to the [FILES] section.
  79.  
  80. TUTORIAL.RTF
  81. [ALIAS]
  82. ; The Alias  section allows you to set up aliases for context strings 
  83. ; in your help system.  
  84. ; Brief example:
  85. ;    IDH_UserID = IDH_RoboGenerated_Id
  86. ;    IDH_WMP_MenuID = IDH_RoboGenerated_Id
  87. ;    IDH_Any = IDH_AnyOther
  88.  
  89. [MAP]
  90. ; The Map Section is where the C language #defines are translated 
  91. ; or mapped into the Help System Context Strings.  Standard C syntax
  92. ; can be employed.  The .HH file is meant to be #include(d) into your 
  93. ; Windows application source code.
  94.  
  95. [BITMAPS]
  96. ; The [BITMAPS] section is where you list any Bitmaps which have
  97. ; been placed by reference in the Help System.  See the Help compiler
  98. ; documentation for more information about placing bitmaps.
  99. ; The [BITMAPS] section is not really required under Windows 3.1,
  100. ; with the advent of the BMROOT item in the [OPTIONS] section.
  101. ;FOO1.BMP
  102. ;FOO2.BMP
  103. ;C:\FOO\FOO3.BMP
  104. ;And So On
  105.  
  106. [WINDOWS]
  107. ; Windows Help can display help in one of 5 secondary windows.
  108. ; Before using a secondary window, the window must be defined
  109. ; in this section:
  110. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  111.  
  112. main=,(62,136,897,739),0,,
  113. [BAGGAGE]
  114. ; The Baggage section allows the user to include files which
  115. ; will be placed in the internal file system for WinHelp.  
  116. ; Using files from Baggage is a little faster for CDROM, since
  117. ; the CDROM drive table does not need to be read from disk.
  118. ;
  119. ; Baggage files are referred to as regular bitmaps, except
  120. ; that you prefix the filename with '!'.
  121. ;
  122. ;    For Instance:
  123. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  124. ;
  125.